home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / lmwrap / igl / Xmincludes.h < prev   
Encoding:
C/C++ Source or Header  |  1996-11-11  |  1.7 KB  |  50 lines

  1. /*
  2.  * Copyright (c) 1995, Silicon Graphics, Inc.
  3.  *
  4.  * Permission to use, copy, modify, distribute, and sell this software and
  5.  * its documentation for any purpose is hereby granted without fee, provided
  6.  * that the name of Silicon Graphics may not be used in any advertising or
  7.  * publicity relating to the software without the specific, prior written
  8.  * permission of Silicon Graphics.
  9.  *
  10.  * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
  11.  * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
  12.  * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  13.  *
  14.  * IN NO EVENT SHALL SILICON GRAPHICS BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
  15.  * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
  16.  * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE
  17.  * POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN
  18.  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  19.  *
  20.  * OpenGL(TM) is a trademark of Silicon Graphics, Inc.
  21.  */
  22. /*----------------------------------------------------------------------------
  23.  * 
  24.  * file   : Xmincludes.h
  25.  * 
  26.  *---------------------------------------------------------------------------*/
  27.  
  28. /* used while creating various widgets */
  29.  
  30. #include <Xm/ArrowB.h>
  31. #include <Xm/ArrowBG.h>
  32. #include <Xm/DrawingA.h>
  33. #include <Xm/Form.h>
  34. #include <Xm/Frame.h>
  35. #include <Xm/Label.h>
  36. #include <Xm/LabelG.h>
  37. #include <Xm/MenuShell.h>
  38. #include <Xm/MessageB.h>
  39. #include <Xm/PanedW.h>
  40. #include <Xm/PushB.h>
  41. #include <Xm/PushBG.h>
  42. #include <Xm/RowColumn.h>
  43. #include <Xm/Scale.h>
  44. #include <Xm/ScrollBar.h>
  45. #include <Xm/ScrolledW.h>
  46. #include <Xm/SelectioB.h>
  47. #include <Xm/Text.h>
  48. #include <Xm/ToggleB.h>
  49. #include <Xm/ToggleBG.h>
  50.